home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / flofix10.lha / FlowFix.Doc next >
Text File  |  1995-01-01  |  5KB  |  113 lines

  1. :-------------------------------------------------------------------:
  2. :                                                                   :
  3. :                            Disclaimer                             :
  4. :                                                                   :
  5. :-------------------------------------------------------------------:
  6.  
  7. Easy: Use this program at your own risk. I am not responsible for
  8.       any damage it may cause.
  9.  
  10.       Make a backup of your outbound dir before testing this script
  11.       on your system to make sure it does what you want it to do.
  12.  
  13. :-------------------------------------------------------------------:
  14. :                                                                   :
  15. :                       What it is used for.                        :
  16. :                                                                   :
  17. :-------------------------------------------------------------------:
  18.  
  19. FlowFix.rexx is intended for use with the Mebbsnet BBS program. It
  20. scans your outbound directory making a list of *.FLO, *.HLO & *.CLO
  21. files, then it searches in each of the files it finds for references
  22. to *.MO*, *.TU*, *.WE*, *.TH*, *.FR*, *.SA*, *.SU* & *.TIC, then it
  23. checks to see if there is a ^ carret symbol in front of the file
  24. listed in the flow file, if not then it places one there. It won't
  25. touch other files, only the mail flow files.
  26.  
  27. :-------------------------------------------------------------------:
  28. :                                                                   :
  29. :                        Why did I make it?                         :
  30. :                                                                   :
  31. :-------------------------------------------------------------------:
  32.  
  33. Well, I use Mebbsnet with Trapdoor as a Frontend, and to my surprise
  34. Mebbsnet doesn't put the ^ carret infront of the mail packet filenames
  35. listed in the FLO & HLO files. Because of the ^ carret not being there
  36. trapdoor didn't delete the files it just sent. This is ok if you want
  37. to keep megs of mail a day, not me. So this will fix your problem of
  38. stale mail sitting in your outbound dir. (I Hope)
  39.  
  40. :-------------------------------------------------------------------:
  41. :                                                                   :
  42. :                              Notes:                               :
  43. :                                                                   :
  44. :-------------------------------------------------------------------:
  45.  
  46. There is no Error Checking in this script, so if it fails to work
  47. correctly then it won't exit cleanly.
  48.  
  49. The Code seems bug free, so if it exits for any reason it shouldn't
  50. be the problem of the arexx program.
  51.  
  52. :-------------------------------------------------------------------:
  53. :                                                                   :
  54. :                  Files included in this archive                   :
  55. :                                                                   :
  56. :-------------------------------------------------------------------:
  57.  
  58. FlowFix.Doc            5072 bytes
  59. FlowFix.History         317 bytes
  60. FlowFix.rexx           2212 bytes
  61.  
  62. :-------------------------------------------------------------------:
  63. :                                                                   :
  64. :                           Setting it up                           :
  65. :                                                                   :
  66. :-------------------------------------------------------------------:
  67.  
  68. 1: copy the file 'FlowFix.rexx' to your directory where you store
  69.    your arexx scripts. (I put BBS related Arexx Utils in BBS:Rexx/)
  70.  
  71. 2: Edit your Scripts/FidoIn.SCP file and put this line in as the last
  72.    line in the script:
  73.  
  74.    rx BBS:Rexx/FlowFix.rexx
  75.        |   |
  76.        +---+-- The Path Name is where you stored the arexx script.
  77.  
  78. 3: Store the FlowFix.Doc somewhere.
  79.  
  80. 4: Spread this program to all Mebbsnet Sysops.
  81.  
  82. 5: Make sure you have the commands Delete and Rename in your path
  83.    somewhere.
  84.  
  85. :-------------------------------------------------------------------:
  86. :                                                                   :
  87. :                         Future additions                          :
  88. :                                                                   :
  89. :-------------------------------------------------------------------:
  90.  
  91. That's it for now, enjoy life, and live long..
  92.  
  93. Designed by Andrew Kendall 1-Jan-95 for Mebbsnet with Trapdoor as a
  94.                                         Frontend.
  95.  
  96. If you wish to contact me then this is how I can be reached:
  97.  
  98. Netmail Andrew Kendall on :-
  99.  
  100. Fidonet    @  3:640/329.0
  101. Amiganet   @ 41:400/269.0
  102. Meganet    @929:181/269.0
  103.  
  104. or phone the bbs direct on +61-7-869-1724     28,800Bps Line.
  105.                             |  |  |   |
  106.                             |  |  |   +- Home
  107.                             |  |  +----- Brighton (Brisbane)
  108.                             |  +-------- Queensland
  109.                             +----------- Australia
  110.  
  111. If you like this program please write me a Netmail Message..
  112.  
  113.